.title1{
    width:240px;
    height:57px;
    margin: 50px auto 5px auto;
    background-image: url("../images/title.png");
    text-align: center;
    line-height: 57px;
    font-family: SourceHanSansSC-Normal;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #878787;

}
.title2{
    margin:1px auto;
    width: 325px;
    height: 17px;
    font-family: SourceHanSansSC-Normal;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 5px;
    color: #878787;
    text-align: center;
}
/*产品中心*/
.product{
    width: 1450px;
    background-color: #ffffff;
    margin:10px auto;
}
.product li{transition: transform 0.2s ease;float: left; text-align: center; background-color: #00b5e1;list-style: none;
    width: 33%;
    height: 550px;
    background-color: #ffffff;
    box-shadow: 1px 4px 19px 6px
    rgba(0, 0, 0, 0.11);
    background: url("../images/product_bg.png") no-repeat scroll 0 0;
    background-color: #ffffff;
}
.product li:hover{transform: scale(1.1,1.1);cursor: pointer;}
.product ul{
    width:1450px;
    padding:70px 1px;
    overflow: hidden;
}
.product .pic{
    display: flex;
    width:100%;
    height: 385px;
    align-items:center;
    justify-content:center;
    text-align: center;
    overflow: hidden;

}
.pic img{
    display: flex;
    width: 85%;
    align-items:center;
    justify-content:center;
}
.product .text0{
    text-align: left;
}
.product .text1 {
    overflow: hidden;
    font-family: MicrosoftYaHei;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #797979;
    text-align: left;
    margin-left: 20px;
    border-bottom: solid 2px #00a0ea;
   }

.product .text2 {
    font-family: MicrosoftYaHei;
    text-align: left;
    font-size: 33px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #797979;
    margin-left: 20px;
    overflow: hidden;
   }
.product .text3
{
    width: 100px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 3px;
    margin-left: 20px;
    color: #606060;
    border-bottom: solid 1px #00a0ea;
}
.product .text4{
    width: 100%;
    margin:10px 10px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #696a6a;
    text-align: left;
    overflow: hidden;
}

.more{
    margin:10px auto;
    width: 149px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: solid  1px  #00a0ea;
    border-image-slice: 1;
    color: #666;
    cursor: pointer;
}
/*关于我们*/
.about{
    width: 100%;
    /*background-color: #f3fbff;*/
    /*box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.06);*/
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 30px;

}
.about .limg{
    margin: 60px 0;
    float: left;
    width:700px;
    height:500px;
    overflow: hidden;
}
.about .limg img{
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}
.about .rabout{
    margin: 60px 20px;
    float: left;
    width:660px;
    height:500px;
    overflow: hidden;
}
.about  .tt{
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    width:100%;
}
.about p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 33px;
    color: #878787;
}
/*工程案例*/
.case{
    margin-bottom: 40px;
}
.case-ul{
    margin-top: 35px;
    height: auto;
    overflow: hidden;
}
.case-ul li{
    width: 470px;
    height: 470px;
    float: left;
    margin-right: 10px;
}
.case-ul li:last-child{
    margin-right: 0;
}
.case-ul li img{
    width: 100%;
    height: auto;
    margin-bottom:20px; 
}
.case-ul li h3{
     margin-bottom:10px; 
     color: #666;
}
.case-ul li hr{
    margin-bottom:10px; 
}
.case-ul li p{
    color: #878787;
    height: 65px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-box{
    width: 1450px;
    height: 910px;
    position: relative;
    padding-top: 80px;
}
.news-logo{
    position: absolute;
    top: 10px;
    left: 0;
}
.news-list{
    width: 600px;
    height: 800px;
    float: left;
    margin-left: 100px;
    overflow: hidden;
    position: relative;
}
.news-list li{
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
}
.news-list h4{
    font-size: 30px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list hr{
    width: 290px;
    height: 2px;
    border: none;
    background-color: #407fff;
    float: left;
}
.news-list p{
    width: 100%;
    height: 70px;
    line-height: 24px;
    color: #878787;
    overflow: hidden;
    margin-bottom:10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fenye{
    width: 150px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fenye a{
    text-decoration: none;
    color: #1eabed;
    cursor: pointer;
    margin-right:25px; 
}
.fenye a:nth-child(2){
    margin-right: 0;
}
.news-photo{
    width: 700px;
    height: 800px;
    float: right;
    overflow: hidden;
}
.photo{
    width: 700px;
    height: 390px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.photo img{
    width: 698px;
    height: 388px;
    border: 1px solid #79d1ff;
}
.photo-text{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
    padding-left: 30px;
}
.photo-text h3{
    font-size: 30px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:24px;
}
.photo-text p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.photo-text a{
    padding: 5px 15px;
    background-color: #6ae8ff;
    color: #fff;
    font-size: 16px;
}
/*脚步*/
.fooder{
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #f3fbff;
    /*background-color: #d5d5d5;*/
}
.fooder-left{
    width: 1125px;
    height: 240px;
    margin-top: 40px;
    float: left;
    position: relative;
}
.f-line{
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    top: 45px;
}
.fooder-left ul li{
    width: 150px;
    height: 240px;
    margin-right: 90px;
    float: left;
    text-align: left;
}
.fooder-left ul li:last-child{
    margin-right: 0;
}
.fooder-left ul li p{
    color: #108bf4;
    font-size:20px;
    margin-bottom: 16px;
}
.fooder-left ul li p:nth-child(1){
    font-weight: bold;
    margin-bottom: 42px;
}
.fooder-left ul li p a{
    color: #108bf4;
}
.fooder-right{
    width: 325px;
    height: 240px;
    margin-top: 40px;
    float: right;
}
.f-img{
    margin-top: 60px;
    text-align: right;
}
.f-img img{
    margin-left: 20px;
}
.fooder-right p{
    font-size: 20px;
    font-weight: 600;
    color: #108bf4;
    text-align: right;
    margin-top: 15px;
}
